Return

Edit Resource: Priority

Description

The Priority attribute under EditResource allows you to establish the priority of the given resource based on the priority scale set by the user. By default the priority scale is set from 1-10 with 1 being the highest priority resource. The parameter for the priority attribute is simply the desired numerical value on its own.

Examples

The resource Ops Team is given a priority of 5 which is of medium importance.

PATCH api/resource/Ops Team

Body:

{

"Priority" : "5",

}